home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / P / PaintExports.cpt / PaintExports / card_3054.txt < prev    next >
Text File  |  1990-12-13  |  670b  |  35 lines

  1. -- card: 3054 from stack: in
  2. -- bmap block id: 3369
  3. -- flags: 0000
  4. -- background id: 2705
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=205 top=273 right=294 bottom=299
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Make Paint
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   push this card
  23.   go to stack "Paint Exports"
  24.   doMenu "New Card"
  25.   doMenu "Paste Picture"
  26.   doMenu "Export Paint..."
  27.   choose Browse tool
  28.   doMenu "Delete Card"
  29.   doMenu "Compact Stack"
  30.   pop card
  31.   hide message box
  32. end mouseUp
  33.  
  34.  
  35.